projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
655793e
)
(toggle-scroll-bar): Renamed from toggle-vertical-scroll...
author
Richard M. Stallman
<rms@gnu.org>
Mon, 17 May 1993 04:37:22 +0000
(
04:37
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 17 May 1993 04:37:22 +0000
(
04:37
+0000)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index fd828b47786a51cbe8197a7656b8fc5c3ee26090..87d7efd17a26de477fa6e51c444724aad8b611a1 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-408,7
+408,7
@@
With arg, turn auto-lower mode on if and only if arg is positive."
(modify-frame-parameters (selected-frame)
(list (cons 'auto-lower (> arg 0)))))
-(defun toggle-
vertical-
scroll-bar (arg)
+(defun toggle-scroll-bar (arg)
"Toggle whether or not the selected frame has vertical scroll bars.
With arg, turn vertical scroll bars on if and only if arg is positive."
(interactive "P")